home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / qtinst.dcr / 00007.ls < prev    next >
Encoding:
Text File  |  1999-11-07  |  189 b   |  10 lines

  1. on mouseUp
  2.   if the machineType = 256 then
  3.     open(the moviePath & "qt4\pc\quicktim.exe")
  4.     halt()
  5.   else
  6.     open(the moviePath & "qt4:mac:QuickTime Installer")
  7.     halt()
  8.   end if
  9. end
  10.